﻿2026-06-04T01:30:07.5655231Z ##[group]Run actions/checkout@v4
2026-06-04T01:30:07.5657009Z with:
2026-06-04T01:30:07.5657872Z   repository: SaberMage/spt-core
2026-06-04T01:30:07.5665650Z   token: ***
2026-06-04T01:30:07.5666483Z   ssh-strict: true
2026-06-04T01:30:07.5667284Z   ssh-user: git
2026-06-04T01:30:07.5668119Z   persist-credentials: true
2026-06-04T01:30:07.5668993Z   clean: true
2026-06-04T01:30:07.5669892Z   sparse-checkout-cone-mode: true
2026-06-04T01:30:07.5670829Z   fetch-depth: 1
2026-06-04T01:30:07.5671623Z   fetch-tags: false
2026-06-04T01:30:07.5672516Z   show-progress: true
2026-06-04T01:30:07.5673328Z   lfs: false
2026-06-04T01:30:07.5674084Z   submodules: false
2026-06-04T01:30:07.5674961Z   set-safe-directory: true
2026-06-04T01:30:07.5676441Z ##[endgroup]
2026-06-04T01:30:07.7420983Z Syncing repository: SaberMage/spt-core
2026-06-04T01:30:07.7424762Z ##[group]Getting Git version info
2026-06-04T01:30:07.7426346Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T01:30:07.7428649Z [command]/usr/bin/git version
2026-06-04T01:30:07.7429839Z git version 2.34.1
2026-06-04T01:30:07.7438553Z ##[endgroup]
2026-06-04T01:30:07.7455260Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/d0097d8c-fbc5-416f-9e14-092d5ec00d27/.gitconfig'
2026-06-04T01:30:07.7481662Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/d0097d8c-fbc5-416f-9e14-092d5ec00d27' before making global git config changes
2026-06-04T01:30:07.7484344Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:30:07.7501236Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T01:30:07.7560864Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T01:30:07.7593733Z https://github.com/SaberMage/spt-core
2026-06-04T01:30:07.7616950Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T01:30:07.7622573Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T01:30:07.7650993Z refs/heads/dev-freeform
2026-06-04T01:30:07.7665826Z [command]/usr/bin/git checkout --detach
2026-06-04T01:30:07.7828275Z HEAD is now at 02c4ff7 ci: phase 2 of self-host migration - linux leg + traceability on gravity
2026-06-04T01:30:07.7890304Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T01:30:07.7924121Z Deleted branch dev-freeform (was 02c4ff7).
2026-06-04T01:30:07.7974022Z ##[endgroup]
2026-06-04T01:30:07.7978162Z [command]/usr/bin/git submodule status
2026-06-04T01:30:07.8210104Z ##[group]Cleaning the repository
2026-06-04T01:30:07.8215970Z [command]/usr/bin/git clean -ffdx
2026-06-04T01:30:08.4779506Z Removing target/
2026-06-04T01:30:08.4795750Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T01:30:08.4864031Z HEAD is now at 02c4ff7 ci: phase 2 of self-host migration - linux leg + traceability on gravity
2026-06-04T01:30:08.4871531Z ##[endgroup]
2026-06-04T01:30:08.4874466Z ##[group]Disabling automatic garbage collection
2026-06-04T01:30:08.4879534Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T01:30:08.4919240Z ##[endgroup]
2026-06-04T01:30:08.4922376Z ##[group]Setting up auth
2026-06-04T01:30:08.4927097Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:30:08.4969751Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T01:30:08.5207481Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:30:08.5245851Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T01:30:08.5480177Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:30:08.5524409Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T01:30:08.5770221Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T01:30:08.5817804Z ##[endgroup]
2026-06-04T01:30:08.5821214Z ##[group]Fetching the repository
2026-06-04T01:30:08.5833696Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3:refs/remotes/origin/dev-freeform
2026-06-04T01:30:09.1827250Z ##[endgroup]
2026-06-04T01:30:09.1830652Z ##[group]Determining the checkout info
2026-06-04T01:30:09.1834217Z ##[endgroup]
2026-06-04T01:30:09.1861469Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T01:30:09.1890015Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T01:30:09.1928708Z ##[group]Checking out the ref
2026-06-04T01:30:09.1933739Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T01:30:09.1982646Z Switched to a new branch 'dev-freeform'
2026-06-04T01:30:09.1985587Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T01:30:09.1991809Z ##[endgroup]
2026-06-04T01:30:09.2038953Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T01:30:09.2071416Z 02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3
